home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global columnnum, ctime
- if columnnum > 1 then
- leftcursorchange(1)
- set columnnum to columnnum - 1
- columnset(columnnum)
- updateStage()
- else
- go("start")
- initcursor()
- cursor(-1)
- end if
- repeat while the stillDown
- if columnnum > 1 then
- leftcursorchange(1)
- set columnnum to columnnum - 1
- columnset(columnnum)
- updateStage()
- next repeat
- end if
- go("start")
- initcursor()
- cursor(-1)
- end repeat
- end
-